/* CSS BoxMania */
* {margin: 0px; padding: 0px; border: 0px;}

#myform fieldset, #myform input, #myform select {border: 1px solid #CCCCCC;}
#myform fieldset, #myform label, #myform input, #myform select {display: block;}

#myform fieldset {
        width: 40em;
        margin: 2em 0em 2em 2em;
        padding: 1em;
}
#myform fieldset legend {font-family: Georgia, serif; font-style: italic; font-size: 1.4em; color: #669999;}

#myform fieldset fieldset {width: auto; margin: 0em 0em 1em 0em; padding-bottom: 0em;}
#myform fieldset fieldset legend {font: inherit; color: inherit; font-weight: bold;}

#myform label {
        margin-bottom: 1em;
        font-weight: bold;
        text-indent: 0.5em;
}
#myform fieldset.radio label {font-weight: normal;}
#myform fieldset.anrede label {float: left; width: 8em;}

#myform input {
        width: 20em;
        padding: 0.2em 0.6em 0.3em 0.6em;
}
#myform fieldset.radio input {
        clear: both;
        float: left;
        width: auto;
        margin: 0.4em 0.4em 0em 0em;
}
#myform input#submit {width: 21.4em; margin-top: 2em; border: 2px solid #999999; border-color: #CCCCCC #CCCCCC #999999 #999999;}
#myform input#submit:hover {background: #990000; color: #FFFFFF; font-weight: bold;}